home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20021006-20030409 / 000336_fdc@columbia.edu_Sun Feb 23 14:56:07 EST 2003.msg < prev    next >
Text File  |  2020-01-01  |  2KB  |  50 lines

  1. Article: 14133 of comp.protocols.kermit.misc
  2. Path: newsmaster.cc.columbia.edu!news.columbia.edu!news-not-for-mail
  3. From: fdc@columbia.edu (Frank da Cruz)
  4. Newsgroups: comp.protocols.kermit.misc
  5. Subject: Re: using http-proxy function...
  6. Date: 23 Feb 2003 14:55:48 -0500
  7. Organization: Columbia University
  8. Lines: 33
  9. Message-ID: <b3b904$m6j$1@watsol.cc.columbia.edu>
  10. References: <b3ad4i$kl5$1@news-reader10.wanadoo.fr>
  11. NNTP-Posting-Host: watsol.cc.columbia.edu
  12. X-Trace: newsmaster.cc.columbia.edu 1046030149 21246 128.59.39.139 (23 Feb 2003 19:55:49 GMT)
  13. X-Complaints-To: postmaster@columbia.edu
  14. NNTP-Posting-Date: 23 Feb 2003 19:55:49 GMT
  15. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14133
  16.  
  17. In article <b3ad4i$kl5$1@news-reader10.wanadoo.fr>,
  18. Nike <nike@adidas.com> wrote:
  19. : Can someone tell me if using an http-proxy with C-Kermit through "set tcp
  20. : http-proxy..." is possible with a non-secure version ?
  21. Yes.  Here's the relevant passage from the "help set tcp" text from a
  22. non-secure C-Kermit build:
  23.  
  24. SET TCP HTTP-PROXY [<hostname or ip-address>[:<port>]]
  25.   If a hostname or ip-address is specified, Kermit will use the Proxy
  26.   server when attempting outgoing connections.  If no hostname or
  27.   ip-address is specified, any previously specified Proxy server will
  28.   be removed.  If no port number is specified, the "http" service
  29.   will be used.
  30.  
  31. Unfortunately the http-proxy feature did not work at all with FTP until
  32. a bug was fixed a couple days ago.  The fix is available in the C-Kermit
  33. daily builds:
  34.  
  35.   http://www.columbia.edu/kermit/ckdaily.html
  36.  
  37. In this new version, the SET TCP HTTP-PROXY command also accepts /USER:
  38. and /PASSWORD: switches in case the proxy server requires a User ID and
  39. password.
  40.  
  41. : And, in the case of a secure one, what are the ports used on the proxy and
  42. : on the remote server to connect by ftps ? What are the requirements for this
  43. : to work ?
  44. Not sure, but you should be able to hit on a winning combination with some
  45. experimentation.
  46.  
  47. - Frank
  48.